home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / getopt / Read Me < prev   
Encoding:
Internet Message Format  |  1996-01-03  |  551 b   |  [TEXT/ttxt]

  1. Date: Wed,  1 Nov 1995 16:18:17 -0500 (EST)
  2. From: Samuel John Kass <samkass+@CMU.EDU>
  3. To: celestin@celestin.com (Paul Celestin)
  4. Subject: Re: Apprentice 4 Call for Submissions
  5.  
  6. "getopt" is a function that was in the stdlib of the UNIX I've been using (SunOS).  A small number of UNIX programs depend on it.  I hacked up a quick version, that, who knows, someone might find useful for parsing command-line options during the early stage of a UNIX->Mac port.  Terrible commenting, not much docs, but if you need to use it, you probably know what it does.